Docker config for @recaptime.dev's Knot server on Hack Club Nest. knot.hackclub.community
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: add `apk add` script to make bash findable in PATH

With GitLab CLI install and GNU coreutils to that line

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+1
+1
.gitlab-ci.yml
··· 22 22 - docker info 23 23 - echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin 24 24 - echo "$CI_DEPENDENCY_PROXY_PASSWORD" | docker login $CI_DEPENDENCY_PROXY_SERVER -u $CI_DEPENDENCY_PROXY_USER --password-stdin 25 + - apk add bash coreutils glab 25 26 26 27 variables: 27 28 # When you use the dind service, you must instruct Docker to talk with