All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s
5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
source "${AGENT_PATH}/common.sh"
|
|
|
|
echo "${HTTP_PORT:-8080}"
|