-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): add druRun mode to production AP
- Loading branch information
1 parent
678529c
commit ab8563a
Showing
9 changed files
with
21 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,6 @@ variables: | |
value: production,externalfacing | ||
|
||
# below are variables configurable at queue time, so they cannot appear in yml file | ||
# - name: dryRun # set it to true in order to execute publishing in dry run mode - nothing will be published | ||
# value: false | ||
# - name: publishDocsiteOnly # set it to true to only run Job_build_publish_doc | ||
# value: false | ||
# - name: publishOfficial # set it to true to publish package to npm, and publish docsite for official releases | ||
|
@@ -59,11 +57,6 @@ extends: | |
steps: | ||
- template: .devops/templates/tools.yml@self | ||
|
||
- script: | | ||
echo "dry run mode enabled!" | ||
displayName: dry run mode notification | ||
condition: eq(variables.dryRun, true) | ||
- script: | | ||
git config user.name "Fluent UI Build" | ||
git config user.email "[email protected]" | ||
|
@@ -122,11 +115,6 @@ extends: | |
steps: | ||
- template: .devops/templates/tools.yml@self | ||
|
||
- script: | | ||
echo "dry run mode enabled!" | ||
displayName: dry run mode notification | ||
condition: eq(variables.dryRun, true) | ||
- task: CmdLine@2 | ||
displayName: Checkout branch for pull | ||
condition: and(succeeded(), eq(variables.publishOfficial, true)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters