Skip to content

Commit

Permalink
Merge pull request docker-archive#355 from docker/quick-fix
Browse files Browse the repository at this point in the history
Fixed release script
  • Loading branch information
FrenchBen committed Oct 14, 2016
2 parents 372d835 + df9ca46 commit bc7f722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/release/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
default:
./run_release.sh -d $(EDITIONS_DOCKER_VERSION) -e $(EDITIONS_TAG) -a $(AMI) -r $(REGION) -c $(CHANNEL) -u $(CHANNEL_DDC)
./run_release.sh -d $(EDITIONS_DOCKER_VERSION) -e $(EDITIONS_TAG) -a $(AMI) -r $(REGION) -c $(CHANNEL) -u $(CHANNEL_CLOUD)
2 changes: 1 addition & 1 deletion aws/release/files/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export PYTHONUNBUFFERED=1

python /home/docker/aws_release.py --docker_version="$DOCKER_VERSION" \
--edition_version="$EDITION_VERSION" --ami_id="$AMI_ID" \
--ami_src_region="$AMI_SRC_REGION" --channel="$CHANNEL" --channel_ddc="$CHANNEL_DDC" --account_list_url="$AWS_ACCOUNT_LIST_URL"
--ami_src_region="$AMI_SRC_REGION" --channel="$CHANNEL" --channel_cloud="$CHANNEL_CLOUD" --account_list_url="$AWS_ACCOUNT_LIST_URL"

0 comments on commit bc7f722

Please sign in to comment.