Quote the fragment.

This commit is contained in:
Manuele Simi 2021-01-18 21:44:52 -05:00
parent 73ddbcb123
commit 17d65de5a5
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -161,7 +161,7 @@ def exec(actions, repo_url, repo_name) {
git remote -v
git config user.email "git.gcube@localhost"
git config user.name "git.gcube"
echo $actions > actions.sh
echo "${actions}" > actions.sh
chmod a+x actions.sh
source actions.sh
rm actions.sh