diff --git a/.github/workflows/gitlab-ci.yml b/.github/workflows/gitlab-ci.yml index edcf4e693..0a7ed7185 100644 --- a/.github/workflows/gitlab-ci.yml +++ b/.github/workflows/gitlab-ci.yml @@ -40,7 +40,7 @@ jobs: # - name: Push to GitLab repository id: g-push-rev - uses: "skosukhin/git-ci-hub-lab/g-push-rev@v1" + uses: "skosukhin/git-ci-hub-lab/g-push-rev@develop" with: remote-url: ${{ vars.DKRZ_GITLAB_SERVER }}/${{ vars.DKRZ_GITLAB_PROJECT }}.git password: ${{ secrets.DKRZ_GITLAB_TOKEN }} @@ -52,7 +52,7 @@ jobs: # - name: Trigger GitLab CI/CD Pipeline id: gl-trigger-pipeline - uses: "skosukhin/git-ci-hub-lab/gl-trigger-pipeline@v1" + uses: "skosukhin/git-ci-hub-lab/gl-trigger-pipeline@develop" with: server-url: ${{ vars.DKRZ_GITLAB_SERVER }} project-name: ${{ vars.DKRZ_GITLAB_PROJECT }} @@ -77,7 +77,7 @@ jobs: # Build, run and check (fetch the log) # - name: Build, run and check (fetch the log) - uses: "skosukhin/git-ci-hub-lab/gl-attach-job@v1" + uses: "skosukhin/git-ci-hub-lab/gl-attach-job@develop" with: server-url: ${{ vars.DKRZ_GITLAB_SERVER }} project-name: ${{ vars.DKRZ_GITLAB_PROJECT }} @@ -90,7 +90,7 @@ jobs: if: always() && needs.levante-init.result != 'skipped' continue-on-error: true steps: - - uses: "skosukhin/git-ci-hub-lab/g-delete-ref@v1" + - uses: "skosukhin/git-ci-hub-lab/g-delete-ref@develop" with: remote-url: ${{ vars.DKRZ_GITLAB_SERVER }}/${{ vars.DKRZ_GITLAB_PROJECT }}.git password: ${{ secrets.DKRZ_GITLAB_TOKEN }} @@ -123,7 +123,7 @@ jobs: # - name: Push to GitLab repository id: g-push-rev - uses: "skosukhin/git-ci-hub-lab/g-push-rev@v1" + uses: "skosukhin/git-ci-hub-lab/g-push-rev@develop" with: remote-url: ${{ vars.GITLAB_SERVER }}/${{ vars.GITLAB_PROJECT }}.git password: ${{ secrets.GITLAB_TOKEN }} @@ -137,7 +137,7 @@ jobs: # - name: Create GitLab CI/CD Pipeline id: gl-create-pipeline - uses: "skosukhin/git-ci-hub-lab/gl-create-pipeline@v1" + uses: "skosukhin/git-ci-hub-lab/gl-create-pipeline@develop" with: server-url: ${{ vars.GITLAB_SERVER }} project-name: ${{ vars.GITLAB_PROJECT }} @@ -148,7 +148,7 @@ jobs: # Set up Python virtual environment (fetch the log) # - name: Set up Python virtual environment (fetch the log) - uses: "skosukhin/git-ci-hub-lab/gl-attach-job@v1" + uses: "skosukhin/git-ci-hub-lab/gl-attach-job@develop" with: server-url: ${{ vars.GITLAB_SERVER }} project-name: ${{ vars.GITLAB_PROJECT }} @@ -169,7 +169,7 @@ jobs: # Build, run and check (fetch the log) # - name: Build, run and check (fetch the log) - uses: "skosukhin/git-ci-hub-lab/gl-attach-job@v1" + uses: "skosukhin/git-ci-hub-lab/gl-attach-job@develop" with: server-url: ${{ vars.GITLAB_SERVER }} project-name: ${{ vars.GITLAB_PROJECT }} @@ -182,13 +182,13 @@ jobs: if: always() && needs.lumi-init.result != 'skipped' continue-on-error: true steps: - - uses: "skosukhin/git-ci-hub-lab/gl-cancel-pipeline@v1" + - uses: "skosukhin/git-ci-hub-lab/gl-cancel-pipeline@develop" with: server-url: ${{ vars.GITLAB_SERVER }} project-name: ${{ vars.GITLAB_PROJECT }} token: ${{ secrets.GITLAB_TOKEN }} pipeline-id: ${{ needs.lumi-init.outputs.pipeline-id }} - - uses: "skosukhin/git-ci-hub-lab/gl-delete-ref@v1" + - uses: "skosukhin/git-ci-hub-lab/gl-delete-ref@develop" with: server-url: ${{ vars.GITLAB_SERVER }} project-name: ${{ vars.GITLAB_PROJECT }}