mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -o errexit
|
|
|
|
cp /tmp/bin/flagger . && chmod +x flagger
|
|
docker build -t test/flagger:latest . -f ./test/Dockerfile.ci
|