mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
21 lines
414 B
Bash
Executable File
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 |