Skip to content

Commit

Permalink
add builddir and releasedir in .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nqb committed Oct 28, 2021
1 parent cb752db commit 7e16d54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ variables:
PFBUILD_DEFAULT_DEV_TAG: latest
CIDIR: ci
CILIBDIR: ci/lib
BUILDDIR: ${CILIBDIR}/build
RELEASEDIR: ${CILIBDIR}/release
PACKERDIR: $CIDIR/packer
ZENDIR: $CIDIR/packer/zen
VAGRANT_IMG_DIR: $CIDIR/packer/vagrant_img
Expand Down

0 comments on commit 7e16d54

Please sign in to comment.