Drone: Dagger needs to use go run (#105803)

This commit is contained in:
Mariell Hoversholm
2025-05-22 10:14:44 +03:00
committed by GitHub
parent cab652c4d1
commit d692bce405
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ def rgm_promotion_pipeline():
"pull": "always",
"commands": with_dagger_install([
"export GITHUB_TOKEN=$(cat /github-app/token)",
"dagger run --silent ./pkg/build/cmd artifacts " +
"dagger run --silent go run ./pkg/build/cmd artifacts " +
"-a $${ARTIFACTS} " +
"--grafana-ref=$${GRAFANA_REF} " +
"--enterprise-ref=$${ENTERPRISE_REF} " +