Sha256: af18c3dacbdacf5b65af0b354c6cbd19a9437e89f122492dd7babdcb37521841
Contents?: true
Size: 208 Bytes
Versions: 6
Compression:
Stored size: 208 Bytes
Contents
#!/bin/bash -e # Some output (stdout) echo "Building in project dir $KONSTANT_PROJECT_ROOT ..." echo "The build timestamp is $KONSTANT_TIMESTAMP" # Exit with positive status code (build succeeded) # exit 0
Version data entries
6 entries across 6 versions & 1 rubygems