Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Commit

Permalink
Try to fix publish-amis path
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Aug 25, 2018
1 parent 3e37685 commit 9704b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- deploy:
command: |
if [[ $CIRCLE_BRANCH == "publish-amis" || -n $CIRCLE_TAG ]]; then
~/$CIRCLE_PROJECT_REPONAME/_ci/publish-amis.sh "ubuntu16-ami"
~/$CIRCLE_PROJECT_REPONAME/_ci/publish-amis.sh "amazon-linux-ami"
./_ci/publish-amis.sh "ubuntu16-ami"
./_ci/publish-amis.sh "amazon-linux-ami"
fi

0 comments on commit 9704b8d

Please sign in to comment.