Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roman Haefeli
iem-ci
Commits
a08b6bc9
Commit
a08b6bc9
authored
Mar 30, 2020
by
IOhannes m zmölnig
Browse files
search IEM_CI_PKGLIBDIR if it is defined, not otherwise
parent
a4d26c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd-lib-builder/iem-ci.yml
View file @
a08b6bc9
...
...
@@ -222,8 +222,8 @@ variables:
-
git archive --format=tar --prefix=tmp/${CI_PROJECT_NAME}/ HEAD | tar xf -
-
deken package --version="${CI_COMMIT_TAG#v}" "tmp/${CI_PROJECT_NAME}"
# create binary package
-
test -z "${IEM_CI_PKGBLIDIR}"
||
deken package --version="${CI_COMMIT_TAG#v}" "${CI_PROJECT_NAME}"
-
test -z "${IEM_CI_PKGBLIDIR}"
&&
find "${IEM_CI_PKGBLIDIR}" -maxdepth 2 -type d -name "${CI_PROJECT_NAME}" -exec deken package --version="${CI_COMMIT_TAG#v}" {} +
-
test -z "${IEM_CI_PKGBLIDIR}"
&&
deken package --version="${CI_COMMIT_TAG#v}" "${CI_PROJECT_NAME}"
-
test -z "${IEM_CI_PKGBLIDIR}"
||
find "${IEM_CI_PKGBLIDIR}" -maxdepth 2 -type d -name "${CI_PROJECT_NAME}" -exec deken package --version="${CI_COMMIT_TAG#v}" {} +
# upload deken packages
-
test -z "${CI_COMMIT_TAG}" || test -z "${DEKEN_USERNAME}" || test -z "${DEKEN_PASSWORD}" || deken upload --no-source-error ./*.dek
artifacts
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment