Skip to content

Commit

Permalink
ci: remove unused pipeline job
Browse files Browse the repository at this point in the history
Target: master
Require-book: no
Require-notes: no
  • Loading branch information
kofemann committed Jul 26, 2023
1 parent 0edcfb1 commit 88109a7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .gitlab-ci.yml
Expand Up @@ -203,21 +203,6 @@ install_rpm:
# - apt-get update
# - DEBIAN_FRONTEND=noninteractive apt install -y -f ./packages/fhs/target/dcache_*.deb

k8s_deploy:
stage: test_deploy
image:
name: rancher/kubectl:v1.22.2
entrypoint: ["/usr/bin/env"]
rules:
- exists:
- .ci-k8s/dcache-service.yml
script:
- kubectl apply -f .ci-k8s/zookeeper.yml
- kubectl apply -f .ci-k8s/postgresql-service.yml
- kubectl apply -f .ci-k8s/dcache-service.yml
tags:
- kubernetes

upload_rpm:
stage: upload
image: almalinux:8
Expand Down

0 comments on commit 88109a7

Please sign in to comment.