6b07040ad7
* move e2e test in regular build * write to summary
5 lines
166 B
Bash
Executable File
5 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
docker build -f Dockerfile --build-arg VERSION=e2e-tests -t localhost:5001/adguardhome-sync:e2e .
|
|
docker push localhost:5001/adguardhome-sync:e2e
|