Skip to content
Snippets Groups Projects
Commit 4ae60fa3 authored by Greg Fodor's avatar Greg Fodor
Browse files

Try fixing hab command

parent 39c3dda6
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,9 @@ pipeline {
script {
def baseAssetsPath = "https://assets-dev.reticium.io/"
def s3Destination = "s3://assets.reticulum-dev-7f8d39c45878ee2e/hubs"
def habCommand = "sudo /usr/bin/hab-docker-studio -k mozillareality run /bin/bash scripts/hab-build-and-push.sh ${baseAssetsPath} ${s3Destination}"
sh '''
/usr/bin/script --return -c \\\\"sudo /usr/bin/hab-docker-studio -k mozillareality run /bin/bash scripts/hab-build-and-push.sh\\\\" /dev/null
'''
sh "/usr/bin/script --return -c ${shellString(habCommand)} /dev/null"
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment