Semaphore/.devcontainer/postCreateCommand.sh
2024-10-21 06:50:14 +00:00

21 lines
414 B
Bash
Executable File

go install github.com/go-task/task/v3/cmd/task@latest
(cd ./web && npm install)
python3 -m venv .venv
./.venv/bin/pip3 install ansible
task build
task e2e:goodman
task e2e:hooks
cp ./.devcontainer/config.json ./.dredd/config.json
./bin/semaphore user add \
--admin \
--login admin \
--name Admin \
--email admin@example.com \
--password changeme \
--config ./.devcontainer/config.json