We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e2c59 commit 684618fCopy full SHA for 684618f
.goreleaser.yml
@@ -1,5 +1,5 @@
1
env:
2
- - OPTIMUS_RELEASE_URL=https://github.com/odpf/optimus/releases/download/v0.4.0-rc.2/optimus_0.4.0-rc.2_linux_x86_64.tar.gz
+ - OPTIMUS_RELEASE_URL=https://github.com/odpf/optimus/releases/download/v0.4.0-rc.6/optimus_0.4.0-rc.6_linux_x86_64.tar.gz
3
4
before:
5
hooks:
entrypoint.sh
@@ -8,7 +8,7 @@ echo "-- optimus client version"
8
9
# get resources
10
echo "-- initializing optimus assets"
11
-OPTIMUS_ADMIN_ENABLED=1 /opt/optimus admin build instance "$JOB_NAME" --project-name \
+/opt/optimus job run-input instance "$JOB_NAME" --project-name \
12
"$PROJECT" --output-dir "$JOB_DIR" \
13
--type "$INSTANCE_TYPE" --name "$INSTANCE_NAME" \
14
--scheduled-at "$SCHEDULED_AT" --host "$OPTIMUS_HOST"
0 commit comments