Drew Short
3 years ago
6 changed files with 43 additions and 47 deletions
-
9.dockerignore
-
30Dockerfile
-
36acm-config-default.json
-
2pyproject.toml
-
2setup.py
-
11upload_pipeline.sh
@ -1 +1,8 @@ |
|||
acm-config.json.example |
|||
.git/ |
|||
.idea/ |
|||
|
|||
scripts/ |
|||
|
|||
.gitignore |
|||
Dockerfile |
|||
pipeline.yml |
@ -1,11 +0,0 @@ |
|||
#!/usr/bin/env bash |
|||
|
|||
TEAM=docker |
|||
PIPELINE=acm |
|||
|
|||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" |
|||
pushd "${DIR}" |
|||
|
|||
fly -t ${TEAM} set-pipeline --pipeline ${PIPELINE} --config pipeline.yml |
|||
|
|||
popd |
Write
Preview
Loading…
Cancel
Save
Reference in new issue