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 6fb048e commit e4a4261Copy full SHA for e4a4261
.buildkite/pipeline.yml
@@ -90,6 +90,9 @@ steps:
90
# Copy those deps from install step to save time re-downloading
91
- cp ${FC_TEST_DATA_PATH}/root-drive-ssh-key ${FC_TEST_DATA_PATH}/root-drive-with-ssh.img ${FC_TEST_DATA_PATH}/vmlinux examples/cmd/snapshotting
92
- cd examples/cmd/snapshotting
93
+ - echo "This is examples/cmd/snapshotting directory" && ls -al .
94
+ - echo "FC_TEST_DATA_PATH=${FC_TEST_DATA_PATH}"
95
+ - echo "This is FC_TEST_DATA_PATH directory && ls -al ${FC_TEST_DATA_PATH}"
96
- make all
97
- export FC_TEST_DATA_PATH=${FC_TEST_DATA_PATH}
98
- sudo -E make run clean
0 commit comments