7 lines
200 B
Bash
Executable File
7 lines
200 B
Bash
Executable File
#!/bin/bash
|
|
mkdir -p "$SOUNDBASE_DIR/pige"
|
|
chown 10000:10000 "$SOUNDBASE_DIR/pige" -R
|
|
|
|
cat "$SECRET_DIR/registry_pass" | docker login --username "$registry_user" --password-stdin registry.gitlab.com
|
|
|