Merge changes from bug--missing-curl-to-trigger-microbadger into master, fix #12

This commit is contained in:
flow.gunso
2020-01-14 21:48:20 +01:00

View File

@@ -16,6 +16,8 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
apk add curl
SCRIPT_DIRECTORY=$(dirname ${BASH_SOURCE[0]}) SCRIPT_DIRECTORY=$(dirname ${BASH_SOURCE[0]})
source $SCRIPT_DIRECTORY/utilities.sh source $SCRIPT_DIRECTORY/utilities.sh
load_images_artifacts load_images_artifacts