Sha256: 8eadf0f2978870771a7c78bb938b4d7661252e158b2bfd9d7216c4db7c6eebc0
Contents?: true
Size: 404 Bytes
Versions: 30
Compression:
Stored size: 404 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 --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