ci: do not pull before updating emissary release version
arcad/emissary-firmware/pipeline/head Something is wrong with the build of this commit
Details
arcad/emissary-firmware/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
parent
fca8010604
commit
f6fd4979d8
|
@ -53,7 +53,6 @@ pipeline {
|
||||||
echo '${params.emissaryRelease}' > emissary_release.txt
|
echo '${params.emissaryRelease}' > emissary_release.txt
|
||||||
git add emissary_release.txt
|
git add emissary_release.txt
|
||||||
git commit -m "feat: use emissary ${params.emissaryRelease}"
|
git commit -m "feat: use emissary ${params.emissaryRelease}"
|
||||||
git pull --rebase
|
|
||||||
git push origin \$(git rev-parse HEAD):${env.GIT_BRANCH}
|
git push origin \$(git rev-parse HEAD):${env.GIT_BRANCH}
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue