Update cloud image Ubuntu18.04 docker x86_64
[releng/builder.git] / jjb / releng-maven-mri-stage.sh
index 823a03f9622378a6f947f0c4c267aa33050387c2..523650211042230c9799fb674462469b62b4f887 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 echo "---> releng-maven-mri-stage.sh"
 # This script publishes artifacts to a staging repo in Nexus and exports the karaf bundle URL.
@@ -8,6 +8,7 @@ echo "---> releng-maven-mri-stage.sh"
 # $STAGING_PROFILE_ID :  Provided by a job parameter.
 
 # Ensure we fail the job if any steps fail.
+# shellcheck disable=SC2039,SC3040
 set -xeu -o pipefail
 
 TMP_FILE="$(mktemp)"