ok, THIS should work lol

This commit is contained in:
Eric S. Londres 2022-08-17 22:38:33 -04:00
parent 10b3d333d7
commit 9a9ed67c94
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
image: alpine/edge
packages:
- elixir
- podman
- docker
- packer
tasks:
- test: |
@ -12,7 +12,8 @@ tasks:
- build_container: |
for line in $(cat ~/.pkr_vars); do eval "export $line"; done
cd egalaxyd/meta
packer build .
sudo rc-service docker start
sudo -E packer build .
triggers:
- action: email
condition: failure