Skip to content
Snippets Groups Projects
Verified Commit ff2a8755 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix references in .gitlab-ci.yml

parent 8e7d93d3
No related branches found
No related tags found
1 merge request!25Fix user-panel usage with Stackspin
Pipeline #9488 failed with stages
in 4 minutes and 8 seconds
include:
- remote: https://open.greenhost.net/openappstack/openappstack/raw/master/.gitlab/ci_templates/kaniko.yml
- remote: https://open.greenhost.net/stackspin/stackspin/raw/main/.gitlab/ci_templates/kaniko.yml
stages:
- build
......@@ -66,9 +66,9 @@ frontend-e2etest:
services:
- name: postgres:latest
alias: postgres
- name: open.greenhost.net:4567/openappstack/single-sign-on/login_provider:master
- name: open.greenhost.net:4567/stackspin/single-sign-on/login_provider:main
alias: login
- name: open.greenhost.net:4567/openappstack/single-sign-on/consent_provider:master
- name: open.greenhost.net:4567/stackspin/single-sign-on/consent_provider:main
alias: consent
- name: docker.io/oryd/hydra:v1.8
alias: hydra
......@@ -185,7 +185,7 @@ audit:
- npm audit --audit-level=low
allow_failure: true
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
- if: '$CI_COMMIT_REF_NAME == "main"'
upgrade:
stage: npm
......@@ -200,7 +200,7 @@ upgrade:
- cd ..
allow_failure: true
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
- if: '$CI_COMMIT_REF_NAME == "main"'
apply:
stage: npm
......@@ -213,10 +213,10 @@ apply:
- ncu -u
- git config user.name "$GIT_USERNAME"
- git config user.email "$GIT_EMAIL"
- git remote set-url origin https://$GIT_USERNAME:$GIT_ACCESS_TOKEN@open.greenhost.net/openappstack/user-panel
- git remote set-url origin https://$GIT_USERNAME:$GIT_ACCESS_TOKEN@open.greenhost.net/stackspin/user-panel
- git checkout -b $BRANCH_NAME
- git commit -a -m "build(npm) update packages"
- git push origin $BRANCH_NAME -o merge_request.create -o merge_request.target=master
- git push origin $BRANCH_NAME -o merge_request.create -o merge_request.target=main
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
- if: '$CI_COMMIT_REF_NAME == "main"'
when: manual
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment