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

Commit

Permalink
disable apparmor
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprusi committed Feb 18, 2020
1 parent 68497ed commit 4cc067f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +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: sudo ufw disable; sudo systemctl stop apparmor.service
- run: PATH=$PATH:/usr/local/go/bin make test
- push-image-if-master

Expand Down

0 comments on commit 4cc067f

Please sign in to comment.