Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 20051b3

Browse files
author
Marko Petric
authored
Merge pull request #177 from chrisburr/fix-ci
Try to fix finding DIRACOS artifacts
2 parents 3dfea56 + f8048d3 commit 20051b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ ubuntu-latest:
203203
python3 ./integration_tests.py create \
204204
HOST_OS=${HOST_OS} \
205205
MYSQL_VER=${MYSQL_VER} \
206-
DIRACOS_TARBALL_PATH="${CI_PROJECT_DIR}/../public/releases/diracos-${BUILD_NAME}.tar.gz"
206+
DIRACOS_TARBALL_PATH="${CI_PROJECT_DIR}/public/releases/diracos-${BUILD_NAME}.tar.gz"
207207
208208
integration_tests_slc6:
209209
extends: .integration_tests

0 commit comments

Comments
 (0)