Skip to content

Commit

Permalink
ci: pause integration testing for s390x
Browse files Browse the repository at this point in the history
Signed-off-by: davidko <[email protected]>
  • Loading branch information
innobead authored and David Ko committed Oct 15, 2023
1 parent 95b3fb8 commit b6db94d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ steps:
pull: default
image: rancher/dapper:v0.5.8
commands:
- dapper ci
- dapper ci-without-it
privileged: true
volumes:
- name: socket
Expand Down
10 changes: 10 additions & 0 deletions scripts/ci-without-it
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
set -e

cd $(dirname $0)

./prebuild
./build
./validate
./test
./package

0 comments on commit b6db94d

Please sign in to comment.