Need to be in the correct directory
This commit is contained in:
parent
45eb44b27f
commit
1f64dd085f
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,7 @@ gem install librarian-puppet
|
|||
cd /tmp
|
||||
rm -rf puppet
|
||||
git clone https://github.com/atomaka/tc362.git puppet
|
||||
cd puppet
|
||||
|
||||
if [ "$BRANCH" != "" ]; then
|
||||
git fetch
|
||||
|
@ -42,7 +43,6 @@ if [ "$BRANCH" != "" ]; then
|
|||
fi
|
||||
|
||||
# INSTALL MODULES
|
||||
cd puppet
|
||||
librarian-puppet install
|
||||
|
||||
# RUN MANIFEST
|
||||
|
|
Loading…
Reference in a new issue