mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
10 lines
132 B
YAML
10 lines
132 B
YAML
shell: /bin/bash
|
|
shell-args: [ "-c" ]
|
|
|
|
env:
|
|
- PROJECT_NAME=gomuks
|
|
|
|
commands:
|
|
- ./scripts/ci
|
|
- rm -rf .tmp/ target/
|
|
- git checkout .
|