Skip to content

Commit 99be1cc

Browse files
committed
changed qa name
1 parent b5dc5ad commit 99be1cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ packages: require-version require-secrets clean-desktop clean-mobile docker-asse
410410
docker-packages: packages
411411

412412
release-qa: require-version require-s3cmd
413-
@BASE_NAME="lantern-installer-qa" && \
414-
BASE_NAME_MANOTO="lantern-installer-qa-manoto" && \
413+
@BASE_NAME="lantern-installer-internal" && \
414+
BASE_NAME_MANOTO="lantern-installer-internal-manoto" && \
415415
rm -f $$BASE_NAME* && \
416416
cp lantern-installer.exe $$BASE_NAME.exe && \
417417
cp lantern-installer-manoto.exe $$BASE_NAME_MANOTO.exe && \
@@ -443,7 +443,7 @@ release-qa: require-version require-s3cmd
443443
git push --tags -f
444444

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

0 commit comments

Comments
 (0)