We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79acc4f commit 5c79e06Copy full SHA for 5c79e06
src/cloudevents/Makefile
@@ -147,7 +147,7 @@ deploy-ci:
147
pwd && \
148
ls -la
149
@echo "from manual test tools versions file contains:"
150
- cat .tool-versions
+ cat .tool-versions || echo " -> .tool-versions file not found in this directory"
151
/usr/local/bin/asdf --version
152
@echo "Setting up asdf environment and adding plugins"
153
export ASDF_DATA_DIR=$$HOME/.asdf && \
0 commit comments