Skip to content
Snippets Groups Projects
Commit 21e0504b authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

HOTFIX: gitlab-ci with harbor 2

parent ac510ba5
Branches
No related tags found
No related merge requests found
Pipeline #42745 failed
......@@ -16,8 +16,6 @@ lint-job:
- corepack enable pnpm
- pnpm i --frozen-lockfile --silent
- pnpm run lint
tags:
- node
rules:
- if: '$CI_PIPELINE_SOURCE == "push"'
......@@ -27,8 +25,6 @@ build-job:
- corepack enable pnpm
- pnpm i --frozen-lockfile --silent
- pnpm run build
tags:
- node
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
......@@ -42,8 +38,6 @@ deploy-homologa-job:
script:
- ssh-add <(echo "$SSH_RUNNER" | tr -d '\r')
- ssh root@mecredhomologa.c3sl.ufpr.br "git config --global --add safe.directory '/home/mecred/frontend-mecred' && cd /home/mecred/frontend-mecred && git checkout homologa && git pull && ./deploy.sh"
tags:
- docker
only:
- homologa
......@@ -57,7 +51,5 @@ deploy-prod-job:
script:
- ssh-add <(echo "$SSH_RUNNER" | tr -d '\r')
- ssh root@mecred.c3sl.ufpr.br "git config --global --add safe.directory '/home/mecred/frontend-mecred' && cd /home/mecred/frontend-mecred && git checkout producao && git pull && ./deploy.sh"
tags:
- docker
only:
- producao
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment