Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45b43ab257 | ||
|
|
0b9b068db1 |
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.11.2
|
||||
FROM alpine:3.11.3
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
|
||||
@@ -53,7 +53,7 @@ elif [ -n "${GITHUB_TOKEN}" ]; then
|
||||
print_error "GITHUB_TOKEN works only private repo, See #9"
|
||||
|
||||
if [ -n "${EXTERNAL_REPOSITORY}" ]; then
|
||||
print_error "can not use GITHUB_TOKEN to deploy to a external repository"
|
||||
print_error "can not use GITHUB_TOKEN to deploy to an external repository"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user