ci: do not pull before updating emissary release version
Some checks reported errors
arcad/emissary-firmware/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
arcad/emissary-firmware/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
fca8010604
commit
f6fd4979d8
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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…
x
Reference in New Issue
Block a user