diff options
author | Brad Richardson <brichardson@structint.com> | 2020-07-31 13:18:26 -0700 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-07-31 13:18:26 -0700 |
commit | 6d32747c18c7c9b9c7395212c7092a38062bb6fa (patch) | |
tree | 24d6d79f3d8d94afd4445190a1c68e3ba056ea7f /ci/run_tests.sh | |
parent | d7f5156e4d533a691f0ccf36d08504bf1adeef57 (diff) | |
download | fpm-6d32747c18c7c9b9c7395212c7092a38062bb6fa.tar.gz fpm-6d32747c18c7c9b9c7395212c7092a38062bb6fa.zip |
Don't have fpm try to build itself
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-x | ci/run_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index e8a37e6..e71d883 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -5,7 +5,6 @@ set -ex cd fpm fpm build fpm run -fpm run --args build ./fpm cd ../test/example_packages/hello_world ../../../fpm/fpm build |