Merge pull request #31 from TeamCodeStream/feature/fix-sourcemaps #27
publish_image.yml
on: push
build-and-push-image
1m 59s
Annotations
1 error
|
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ -z \"$NEW_RELIC_API_KEY\" ] ; then echo --SKIPPING SOURCE MAP UPLOAD ; else filename=$(ls /client/dist/assets/*.js | grep -v '.map.js' | xargs -n 1 basename) && echo \"JavaScript file is: $filename\" && curl -H \"Api-Key: $NEW_RELIC_API_KEY\" -F \"sourcemap=/client/dist/assets/$filename.map\" -F \"javascriptUrl=https://petclinic-demogorgon.staging-service.nr-ops.net/react/assets/$filename\" https://sourcemaps.service.newrelic.com/v2/applications/$BROWSER_APPLICATION_ID/sourcemaps ; fi" did not complete successfully: exit code: 123
|