Fix caching issue on argoCD package

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-09-10 15:37:37 +02:00
committed by Sam Alba
parent 05b165bcc8
commit ef112e21ec
5 changed files with 41 additions and 35 deletions

View File

@@ -25,7 +25,7 @@ import (
// Destination namespace
namespace: dagger.#Input & {*"default" | string}
ctr: os.#Container & {
os.#Container & {
image: #CLI & {
"config": config
}
@@ -36,6 +36,7 @@ import (
--dest-server "$APP_SERVER" \
--dest-namespace "$APP_NAMESPACE"
"""#
always: true
env: {
APP_NAME: name
APP_REPO: repo