Skip to content

Commit

Permalink
changed qa name
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed May 31, 2016
1 parent b5dc5ad commit 99be1cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -410,8 +410,8 @@ packages: require-version require-secrets clean-desktop clean-mobile docker-asse
docker-packages: packages

release-qa: require-version require-s3cmd
@BASE_NAME="lantern-installer-qa" && \
BASE_NAME_MANOTO="lantern-installer-qa-manoto" && \
@BASE_NAME="lantern-installer-internal" && \
BASE_NAME_MANOTO="lantern-installer-internal-manoto" && \
rm -f $$BASE_NAME* && \
cp lantern-installer.exe $$BASE_NAME.exe && \
cp lantern-installer-manoto.exe $$BASE_NAME_MANOTO.exe && \
Expand Down Expand Up @@ -443,7 +443,7 @@ release-qa: require-version require-s3cmd
git push --tags -f

release-beta: require-s3cmd
@BASE_NAME="lantern-installer-qa" && \
@BASE_NAME="lantern-installer-internal" && \
BETA_BASE_NAME="lantern-installer-beta" && \
for URL in $$($(S3CMD) ls s3://$(S3_BUCKET)/ | grep $$BASE_NAME | awk '{print $$4}'); do \
NAME=$$(basename $$URL) && \
Expand Down

0 comments on commit 99be1cc

Please sign in to comment.