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

Version Path
konstant-0.1.2 data/templates/project/build
konstant-0.1.1 data/templates/project/build
konstant-0.1.0 data/templates/project/build
konstant-0.0.10 data/templates/project/build
konstant-0.0.9 data/templates/project/build
konstant-0.0.8 data/templates/project/build