We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705b96e commit abd2757Copy full SHA for abd2757
.circleci/config.yml
@@ -32,10 +32,7 @@ commands:
32
chown `whoami` ~/workspace
33
- run:
34
name: Build
35
- command: |
36
- make -C opt all SHOW=1
37
- # make -C opt pack SHOW=1
38
- make -C opt pack BRANCH="${CIRCLE_BRANCH//[^A-Za-z0-9._-]/_}" INTO=~/workspace/packages SHOW=1
+ command: make -C opt all SHOW=1
39
40
name: Test
41
command: |
opt/pack.sh
@@ -142,7 +142,7 @@ pack_ramp
142
if [[ ! -z $INTO ]]; then
143
mkdir -p $INTO
144
cd $INTO
145
- mkdir release branch
+ mkdir -p release branch
146
147
for f in $RELEASE_ARTIFACTS; do
148
[[ -f $BINDIR/$f ]] && cp $BINDIR/$f release/
0 commit comments