Skip to content

Commit 6961616

Browse files
mlubejMatic Lubej
andauthored
Gitlab migration changes (#787)
* update mirroring action * update docker build action * update integration tests job --------- Co-authored-by: Matic Lubej <matic.lubej@sinergise.com>
1 parent 88ce0bb commit 6961616

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/ci_action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ jobs:
121121
- name: Mirror + trigger CI
122122
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
123123
with:
124-
args: "https://git.sinergise.com/eo/code/eo-learn/"
124+
args: "https://hello.planet.com/code/eo/code/eo-learn"
125125
env:
126126
FOLLOW_TAGS: "true"
127-
GITLAB_HOSTNAME: "git.sinergise.com"
127+
GITLAB_HOSTNAME: "hello.planet.com/code"
128128
GITLAB_USERNAME: "github-action"
129129
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
130-
GITLAB_PROJECT_ID: "164"
130+
GITLAB_PROJECT_ID: "9715"
131131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
-F ref=main \
1717
-F variables[CUSTOM_RUN_TAG]=auto \
1818
-F variables[LAYER_NAME]=dotai-eo \
19-
https://git.sinergise.com/api/v4/projects/1031/trigger/pipeline
19+
https://hello.planet.com/code/api/v4/projects/9723/trigger/pipeline

.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
image: python:3.9
1+
default:
2+
image: python:3.9
3+
tags:
4+
- sinergise-lju
25

36
stages:
47
- test

0 commit comments

Comments
 (0)