Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit cb3af51

Browse files
committed
Update fly invocation
1 parent 1d6bc81 commit cb3af51

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build_with_concourse.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ else
1313
TARGET_SUFFIX=-x${TARGET_ARCH}
1414
fi
1515

16-
fly -t main execute \
16+
fly -t production execute \
1717
--config ci/${TARGET_OS}${TARGET_SUFFIX}.yml \
18-
--exclude-ignored \
1918
-i sources=. \
20-
-o artefacts=${HOME}/Desktop/Dev/${TARGET_OS}${TARGET_ARCH}
19+
-o artefacts=${HOME}/${TARGET_OS}${TARGET_ARCH}

0 commit comments

Comments
 (0)