11 lines
132 B
YAML
11 lines
132 B
YAML
shell: /bin/bash
|
|
shell-args: [ "-c" ]
|
|
|
|
env:
|
|
- PROJECT_NAME=gomuks
|
|
|
|
commands:
|
|
- ./scripts/ci
|
|
- rm -rf .tmp/ target/
|
|
- git checkout .
|