diff --git a/.github/workflows/ci_action.yml b/.github/workflows/ci_action.yml index 7410d313..b545abb8 100644 --- a/.github/workflows/ci_action.yml +++ b/.github/workflows/ci_action.yml @@ -121,11 +121,11 @@ jobs: - name: Mirror + trigger CI uses: SvanBoxel/gitlab-mirror-and-ci-action@master with: - args: "https://git.sinergise.com/eo/code/eo-learn/" + args: "https://hello.planet.com/code/eo/code/eo-learn" env: FOLLOW_TAGS: "true" - GITLAB_HOSTNAME: "git.sinergise.com" + GITLAB_HOSTNAME: "hello.planet.com/code" GITLAB_USERNAME: "github-action" GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} - GITLAB_PROJECT_ID: "164" + GITLAB_PROJECT_ID: "9715" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci_trigger.yml b/.github/workflows/ci_trigger.yml index 5bdd9419..3fc327e9 100644 --- a/.github/workflows/ci_trigger.yml +++ b/.github/workflows/ci_trigger.yml @@ -16,4 +16,4 @@ jobs: -F ref=main \ -F variables[CUSTOM_RUN_TAG]=auto \ -F variables[LAYER_NAME]=dotai-eo \ - https://git.sinergise.com/api/v4/projects/1031/trigger/pipeline + https://hello.planet.com/code/api/v4/projects/9723/trigger/pipeline diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fe3e598..1e357b83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,7 @@ -image: python:3.9 +default: + image: python:3.9 + tags: + - sinergise-lju stages: - test