File tree 2 files changed +5
-13
lines changed
2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
fetch-depth : 0
23
23
- name : pull libraries from DAS
24
- run : docker compose run --quiet-pull eopa-pull
24
+ run : |
25
+ docker run --name eopa-pull -w /work \
26
+ ghcr.io/styrainc/enterprise-opa:latest pull --url=https://expo.styra.com
27
+ docker cp eopa-pull:/work/.styra .styra
28
+ docker rm -f eopa-pull
25
29
env :
26
30
EOPA_LICENSE_KEY : ${{ secrets.EOPA_LICENSE_KEY }}
27
31
STYRA_DAS_SYSTEM : af5120e033934478bd6dcbd8bfca0c84
Original file line number Diff line number Diff line change @@ -11,18 +11,6 @@ x-styra-env:
11
11
STYRA_DAS_SYSTEM : ${STYRA_DAS_SYSTEM:-}
12
12
13
13
services :
14
- eopa-pull :
15
- image : ghcr.io/styrainc/enterprise-opa:latest
16
- command :
17
- - pull
18
- - --url=https://${STYRA_DAS_TENANT}.styra.com
19
- working_dir : /work
20
- volumes : *styra-volumes
21
- environment : *styra-env
22
- profiles :
23
- - ci
24
- - tools
25
-
26
14
opa-ci :
27
15
image : ghcr.io/styrainc/enterprise-opa:latest
28
16
ports :
You can’t perform that action at this time.
0 commit comments