We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322cc0d commit 491cd62Copy full SHA for 491cd62
.circleci/workflows.yml
@@ -152,7 +152,7 @@ commands:
152
name: Set environment variable to determine whether or not to persist artifacts
153
command: |
154
echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
155
- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "chore/update_reporter_mobx" ]]; then
+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "ryanm/experiment/esm" ]]; then
156
export SHOULD_PERSIST_ARTIFACTS=true
157
fi' >> "$BASH_ENV"
158
# You must run `setup_should_persist_artifacts` command and be using bash before running this command
0 commit comments