Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Commit

Permalink
disable firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprusi committed Feb 18, 2020
1 parent f7bdc12 commit 68497ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- run: wget https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz -O /tmp/go1.13.1.linux-amd64.tar.gz
- run: sudo tar -C /usr/local -xzf /tmp/go1.13.1.linux-amd64.tar.gz
- run: wget -q -O - https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash
- run: sudo ufw disable
- run: PATH=$PATH:/usr/local/go/bin make test
- push-image-if-master

Expand Down

0 comments on commit 68497ed

Please sign in to comment.