Skip to content

Commit

Permalink
RF-7118 Update RF folder to run in circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek Kruszczynski committed Jun 12, 2018
1 parent 01793e6 commit 48d9fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -22,7 +22,7 @@ deployment:
- ./deploy stg
- mv staging_manifest.json extension/manifest.json
- cd extension && zip -r $CIRCLE_ARTIFACTS/extension-$CIRCLE_SHA1.zip . -x *.git* -x circle.yml -x *.DS_Store*
- bundle exec rainforest run --token "$RAINFOREST_TOKEN" --environment-id 356 --folder 1409 --fg --conflict abort --description "$CIRCLE_PROJECT_REPONAME - $CIRCLE_BRANCH $CIRCLE_BUILD_NUM"
- bundle exec rainforest run --token "$RAINFOREST_TOKEN" --environment-id 356 --folder 3982 --fg --conflict abort --description "$CIRCLE_PROJECT_REPONAME - $CIRCLE_BRANCH $CIRCLE_BUILD_NUM"
- bundle exec circlemator self-merge --base-branch=master --compare-branch=develop
production:
branch: master
Expand Down

0 comments on commit 48d9fe3

Please sign in to comment.