Sha256: 3ad5692c28e8a2ec913f2c3534db6fd132cf0526a8324bb49b0b73f313bd12d4
Contents?: true
Size: 418 Bytes
Versions: 30
Compression:
Stored size: 418 Bytes
Contents
#!/bin/bash set -eu # will build from /tmp because terraspace/Gemfile may interfere cd /tmp export PATH=~/bin:$PATH # ~/bin/terraspace wrapper set -x terraspace new project infra --plugin none --examples cd infra $CODEBUILD_SRC_DIR/.cody/shared/script/update/gemfile.sh terraspace new test demo --type stack cd app/stacks/demo cd test $CODEBUILD_SRC_DIR/.cody/shared/script/update/gemfile.sh cd - terraspace test
Version data entries
30 entries across 30 versions & 1 rubygems