Move CI scripts to script folder

This commit is contained in:
simon987 2021-11-12 09:05:37 -05:00
parent b17b9439df
commit 030643cee0
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ steps:
- name: build
image: simon987/sist2-build
commands:
- ./ci/build.sh
- ./scripts/build.sh
- name: docker
image: plugins/docker
settings:
@ -55,7 +55,7 @@ steps:
- name: build
image: simon987/sist2-build-arm64
commands:
- ./ci/build_arm64.sh
- ./scripts/build_arm64.sh
- name: scp files
image: appleboy/drone-scp
settings: