Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qbiqing committed Jul 30, 2021
1 parent f55ca56 commit f6f41c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ PKG := github.com/dsaidgovsg/$(NAME)
.PHONY: snakeoil
snakeoil: ## Update snakeoil certs for testing.
go run $(GOROOT)/src/crypto/tls/generate_cert.go --host localhost,127.0.0.1 --ca
mv $(CURDIR)/key.pem $(CURDIR)/testutils/snakeoil/key.pem
mv $(CURDIR)/cert.pem $(CURDIR)/testutils/snakeoil/cert.pem
mv $(CURDIR)/key.pem $(CURDIR)/testutils/snakeoil/key.pem

0 comments on commit f6f41c5

Please sign in to comment.