summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAleš Mrázek <ales.mrazek@nic.cz>2024-11-11 10:27:19 +0100
committerAleš Mrázek <ales.mrazek@nic.cz>2024-11-11 10:27:19 +0100
commite280dd379a389294a369b3d6b1f22ec45ef4fe15 (patch)
tree72e2b2e98a561f0bc48760458bfb6fcdae6eb3a3 /.gitlab-ci.yml
parentAUTHORS: update (diff)
downloadknot-resolver-e280dd379a389294a369b3d6b1f22ec45ef4fe15.tar.xz
knot-resolver-e280dd379a389294a369b3d6b1f22ec45ef4fe15.zip
.gitlab-ci.yml: update path for 'make-obs.sh' script
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32a1c7c5..7472f0f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -576,7 +576,7 @@ obs:trigger: &obs_trigger
- source ./venv/bin/activate
- pip install --upgrade pip
- pip install apkg
- - scripts/make-obs.sh
+ - scripts/ci/make-obs.sh
- echo y | scripts/ci/build-in-obs.sh $OBS_REPO
obs:release: