Skip to content
Snippets Groups Projects
Commit 08a324b6 authored by nimrod's avatar nimrod
Browse files

Workbench: Add act.

parent 1cfa80b0
No related branches found
No related tags found
No related merge requests found
Pipeline #3682 passed
...@@ -249,16 +249,17 @@ RUN npm install --global \ ...@@ -249,16 +249,17 @@ RUN npm install --global \
RUN export GOPATH=/usr/local/lib/go && \ RUN export GOPATH=/usr/local/lib/go && \
mkdir "$GOPATH" && \ mkdir "$GOPATH" && \
export GO111MODULE=on && \ export GO111MODULE=on && \
go install github.com/1player/host-spawn@latest && \
go install github.com/aquaproj/aqua/v2/cmd/aqua@latest && \ go install github.com/aquaproj/aqua/v2/cmd/aqua@latest && \
go install github.com/giantswarm/semver-bump@latest && \ go install github.com/giantswarm/semver-bump@latest && \
go install github.com/nishanths/license/v5@latest && \ go install github.com/hashicorp/envconsul@latest && \
go install github.com/spelufo/on-change@latest && \
go install github.com/kaorimatz/mysqldump-loader@v0.4.1 && \ go install github.com/kaorimatz/mysqldump-loader@v0.4.1 && \
go install github.com/lucagrulla/cw@latest && \
go install github.com/kvz/json2hcl@latest && \ go install github.com/kvz/json2hcl@latest && \
go install github.com/hashicorp/envconsul@latest && \ go install github.com/lucagrulla/cw@latest && \
go install github.com/nektos/act@latest && \
go install github.com/nishanths/license/v5@latest && \
go install github.com/spelufo/on-change@latest && \
go install sigs.k8s.io/kustomize/kustomize/v5@latest && \ go install sigs.k8s.io/kustomize/kustomize/v5@latest && \
go install github.com/1player/host-spawn@latest && \
rm -rf /tmp/* /var/tmp/* ~/.cache/* rm -rf /tmp/* /var/tmp/* ~/.cache/*
# hadolint ignore=SC2263 # hadolint ignore=SC2263
RUN install -m 0755 <(curl https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.12.6/deps/rabbitmq_management/bin/rabbitmqadmin) /usr/local/bin/rabbitmqadmin && \ RUN install -m 0755 <(curl https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.12.6/deps/rabbitmq_management/bin/rabbitmqadmin) /usr/local/bin/rabbitmqadmin && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment