We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88888f2 commit 6a3fc8eCopy full SHA for 6a3fc8e
.github/workflows/main.yml
@@ -81,7 +81,7 @@ jobs:
81
nfctl config \
82
general.network=$(nfctl demo --echo-name --prefix 'gh-${{ github.run_id }}') \
83
general.yes=True \
84
- general.verbose=yes
+ general.verbose=yes || true # FIXME: sometimes config command exits with an error
85
nfctl demo \
86
--regions us-west-2 us-east-2 \
87
--provider AWS
0 commit comments