strip
This commit is contained in:
parent
67e7bcbbb7
commit
dd3f8eb8ee
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/dind:27.4.0-rc2
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
run: git clone https://wf:${{ github.token }}@${{ github.server_url#https:// }}/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.workspace }}
|
||||
run: git clone https://wf:${{ github.token }}@${${{ github.server_url }}#https://}/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.workspace }}
|
||||
- name: Check Out Branch
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
|
|
2
.github/workflows/build-go.yml
vendored
2
.github/workflows/build-go.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/go:1.23
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
run: git clone https://wf:${{ github.token }}@${{ github.server_url#https:// }}/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.workspace }}
|
||||
run: git clone https://wf:${{ github.token }}@${${{ github.server_url }}#https://}/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.workspace }}
|
||||
- name: Check Out Branch
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in a new issue