job.sh (113B)
1 #!/bin/bash 2 set -exuo pipefail 3 4 # Update system 5 apt-get update -yq 6 apt-get upgrade -yq 7 8 # Build binary 9 make build