Skip to content

Commit

Permalink
Tidy up and remove drone test
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Mar 27, 2024
1 parent 26a9f7f commit df9adf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@ platform:
os: linux
arch: amd64

steps:
- name: test
pull: default
image: rancher/dapper:v0.6.0
commands:
- dapper ci
privileged: true
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- pull_request
exclude:
- tag

- name: build
pull: default
image: rancher/dapper:v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install Python for node-sass
run: |
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommends python2 g++ git ca-certificates
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommends python2
- name: Install packages
run: ./scripts/bootstrap
Expand All @@ -41,7 +41,7 @@ jobs:

- name: Install Python for node-sass
run: |
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommends python2 g++ git ca-certificates
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommends python2
- name: Install packages
run: ./scripts/bootstrap
Expand Down

0 comments on commit df9adf0

Please sign in to comment.