Move dockerhub envvar to sops store

Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
guillaume
2021-12-23 03:24:59 +01:00
parent 8cdf9d8e34
commit 35498c439f
5 changed files with 22 additions and 11 deletions

View File

@@ -10,13 +10,13 @@ setup() {
}
@test "task: #Pull with auth" {
cd "$TESTDIR"/tasks/pull
"$DAGGER" --europa up ./pull_auth.cue
cd "$TESTDIR"
"$DAGGER" --europa up ./tasks/pull/pull_auth.cue
}
@test "task: #Push" {
cd "$TESTDIR"/tasks/push
"$DAGGER" --europa up ./push.cue
cd "$TESTDIR"
"$DAGGER" --europa up ./tasks/push/push.cue
}
@test "task: #ReadFile" {
@@ -86,7 +86,8 @@ setup() {
"$DAGGER" --europa up ./labels.cue
"$DAGGER" --europa up ./platform.cue
"$DAGGER" --europa up ./build_auth.cue
cd "$TESTDIR"
"$DAGGER" --europa up ./tasks/build/build_auth.cue
}
@test "task: #Scratch" {
cd "$TESTDIR"/tasks/scratch