Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 5bc12b9

Browse files
committed
Fixed packpack call.
1 parent fd65c7c commit 5bc12b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ script:
3333
cd ..
3434
sudo mv graphql /graphql
3535
cd /graphql && git clone https://github.com/packpack/packpack.git
36-
cd /graphql && sudo make -f ./packpack/pack/Makefile BUILDDIR=$(pwd)
36+
cd /graphql && sudo make -f ./packpack/pack/Makefile BUILDDIR=$(pwd) \
37+
OS=$OS DIST=$DIST VERSION=$VERSION RELEASE=1 \
38+
PACKAGECLOUD_USER=$PACKAGECLOUD_USER PACKAGECLOUD_REPO=1_9
3739
sudo mv /graphql $ORIG_PWD
3840
else
3941
./tools/ubuntu.trusty.test.sh

0 commit comments

Comments
 (0)