pulumi/scripts/compose-skip-build

7 lines
251 B
Bash
Executable File

#!/bin/bash
# When doing a composed build, we only care about the leg that would publish packages.
# We have additional legs that test other versions of node, which are un-interesting
# in a composed build.
[ "${TRAVIS_PUBLISH_PACKAGES}" != "true" ]