1
0
mirror of https://github.com/netdata/netdata.git synced 2021-06-06 23:03:21 +03:00

Fixed argument handling in .travis/trigger_docker_build.sh. (#10546)

This should have gone in with #10545 but I forgot to commit it after
testing before opening the PR.
This commit is contained in:
Austin S. Hemmelgarn
2021-01-22 09:35:04 -05:00
committed by GitHub
parent d0a54068a3
commit beaeafc1f9

View File

@@ -1,7 +1,7 @@
#!/bin/sh
token="${0}"
version="${1}"
token="${1}"
version="${2}"
resp="$(curl -X POST \
-H 'Accept: application/vnd.github.v3+json' \