pull/443/head
Hunter Long 2020-03-19 23:21:33 -07:00
parent b5449923f4
commit 9351a59b48
2 changed files with 2 additions and 5 deletions

View File

@ -13,9 +13,6 @@ PATH:=/usr/local/bin:$(GOPATH)/bin:$(PATH)
all: clean yarn-install compile docker-base docker-vue build-all compress
tt:
curl -s -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Travis-API-Version: 3" -H "Authorization: token $(TRAVIS_API)" -d $(TRAVIS_BUILD_CMD) https://api.travis-ci.com/repo/statping%2Fstatping/requests
up:
docker-compose -f docker-compose.yml -f dev/docker-compose.full.yml up -d --remove-orphans
make print_details
@ -187,7 +184,7 @@ travis-build: travis_s3_creds
curl -H "Content-Type: application/json" --data '{"docker_tag": "latest"}' -X POST $(DOCKER)
download-key:
wget -O statping.gpg $(KEY_URL)
wget -O statping.gpg $(SIGN_URL)
gpg --import statping.gpg
# build Statping for Mac, 64 and 32 bit

View File

@ -1 +1 @@
0.80.71
0.90.10