Skip to content

Commit a1a7819

Browse files
committed
Merge branch 'feat/version' into dockerify
2 parents d68477d + dd41e0f commit a1a7819

File tree

5 files changed

+152
-25
lines changed

5 files changed

+152
-25
lines changed

init_docker.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ if [ $? -ne 0 ]; then
4141
exit 1
4242
fi
4343

44+
# Print the version of the snapshotter
45+
poetry run python -m snapshotter.version
46+
4447
# Continue with existing steps
4548
poetry run python -m snapshotter.snapshotter_id_ping
4649
ret_status=$?

0 commit comments

Comments
 (0)