Skip to content

Commit 047f1ab

Browse files
committed
Incorrect path on where the tar file is going.
1 parent 5ccf4b1 commit 047f1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
script:
1111
- cd code
1212
- idf.py build
13-
- tar -zcf e28-cluster-${CI_COMMIT_REF_SLUG}-${CI_CONCURRENT_PROJECT_ID}.tar.gz code/build
13+
- tar -zcf ../e28-cluster-${CI_COMMIT_REF_SLUG}-${CI_CONCURRENT_PROJECT_ID}.tar.gz build
1414
artifacts:
1515
paths:
1616
- e28-cluster-*.tar.gz

0 commit comments

Comments
 (0)