-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(faq): add Crafting LB4 link (#634)
* docs(faq): add Crafting LB4 link
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ def gitEnv = [ | |
'[email protected]', | ||
] | ||
|
||
env.CHANGE_BRANCH = env.CHANGE_BRANCH ?: env.BRANCH_NAME | ||
|
||
node('linux && git') { | ||
stage('checkout') { | ||
checkout scm | ||
|
@@ -32,7 +34,7 @@ node('linux && git') { | |
sh 'git commit -m "Update READMEs from other repos"' | ||
} | ||
sshagent(credentials: ['loopback-io-deploy']) { | ||
sh 'git push origin HEAD:$BRANCH_NAME' | ||
sh 'git push origin HEAD:$CHANGE_BRANCH' | ||
} | ||
} else { | ||
echo "No updates to commit" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters