mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
extra script lines in second job ref1
This commit is contained in:
parent
dcc22c44c2
commit
b6f3cfc4fb
1 changed files with 2 additions and 3 deletions
5
.github/workflows/maven-build.yml
vendored
5
.github/workflows/maven-build.yml
vendored
|
@ -80,11 +80,10 @@ jobs:
|
|||
run: |
|
||||
git config --global user.name 'Kacper Piasecki'
|
||||
git config --global user.email 'k.r.piasecki2@gmail.com'
|
||||
git config --unset-all http.https://github.com/.extraheader
|
||||
rm -rf .git
|
||||
rm -Rf .git
|
||||
mkdir cicd
|
||||
cd cicd
|
||||
git clone "https://x-access-token:${{ secrets.K8S_GITHUB_TOKEN }}@github.com/Piasecki-grid/grid-capstone-k8s-manifests.git"
|
||||
git clone https://x-access-token:${{ secrets.K8S_GITHUB_TOKEN }}@github.com/Piasecki-grid/grid-capstone-k8s-manifests.git
|
||||
cd grid-capstone-k8s-manifests
|
||||
sed -i 's|${{ vars.ACR_NAME }}.azurecr.io/grid-capstone:[0-9a-f]\{40\}|${{ vars.ACR_NAME }}.azurecr.io/grid-capstone:${{ github.sha }}|g' deployment.yml
|
||||
git add .
|
||||
|
|
Loading…
Reference in a new issue