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