mirror of
https://github.com/mcuadros/ascode
synced 2024-11-22 17:02:03 +01:00
9 lines
119 B
Bash
Executable File
9 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
unset GOROOT
|
|
unset GOPATH
|
|
|
|
cd $GITHUB_WORKSPACE
|
|
/bin/ascode run "$INPUT_FILE" --to-hcl "$INPUT_HCL"
|