Skip to content

Commit

Permalink
Updating .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrehm committed May 7, 2024
1 parent ac2bc7d commit 90fa283
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include:
- project: 'python/packaging'
ref: v1.4
ref: v1.9
file: 'gitlab/create-all.yaml'

variables:
Expand All @@ -24,10 +24,10 @@ variables:
USED_YUM_REPO_GPG_KEY_SEC: "${YUM_REPO_GPG_KEY_SEC}"
YUM_REPO_GPG_ID: 'C0E73F70'
YUM_REPO_GPG_PASSWD: ''
YUM_REPO_HOST: 'repo02.pixelpark.com'
YUM_REPO_USER: 'rpm-repo'
YUM_REPO_DIR_HTTP: '/Linux/yum/pixelpark'
YUM_REPO_DIR: "/srv/www/repo${YUM_REPO_DIR_HTTP}"
# YUM_REPO_HOST: 'repo.pixelpark.com'
# YUM_REPO_USER: 'rpm-repo'
# YUM_REPO_DIR_HTTP: '/Linux/yum/pixelpark'
# YUM_REPO_DIR: "/srv/www/repo${YUM_REPO_DIR_HTTP}"
YUM_REPO_GPG_KEY_PUB: 'nada'
YUM_REPO_GPG_KEY_SEC: ''

Expand Down

0 comments on commit 90fa283

Please sign in to comment.