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

fix

parent d380df2e
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ pipeline {
def baseAssetsPath = env.BASE_ASSETS_PATH
def assetBundleServer = env.ASSET_BUNDLE_SERVER
def targetS3Url = env.TARGET_S3_URL
def slackUrl = env.SLACK_URL
def slackURL = env.SLACK_URL
def habCommand = "sudo /usr/bin/hab-docker-studio -k mozillareality run /bin/bash scripts/hab-build-and-push.sh ${baseAssetsPath} ${assetBundleServer} ${targetS3Url}"
// 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