mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 08:46:44 +08:00
Show the submodule revisions in Travis CI
This commit is contained in:
parent
959f059a25
commit
7aff2c0d9b
@ -1,4 +1,7 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
# Show the revision of all submodules
|
||||||
|
git submodule foreach git rev-parse HEAD
|
||||||
|
|
||||||
# Install some dependencies manually
|
# Install some dependencies manually
|
||||||
DEPS_DIR="${HOME}/deps"
|
DEPS_DIR="${HOME}/deps"
|
||||||
mkdir -p ${DEPS_DIR}
|
mkdir -p ${DEPS_DIR}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user