Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
731193a9
Commit
731193a9
authored
Apr 25, 2019
by
Laurent Heirendt
✈
Browse files
change position of pwd
parent
49733fb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/deploy.sh
View file @
731193a9
#!/bin/bash
cd
2019
rootDir
=
$(
pwd
)
echo
$rootDir
# change to the blade to be built
cd
2019
BLADE
=
"template"
cd
$BLADE
rootDir
=
$(
pwd
)
echo
$rootDir
# install npm
npm
install
-g
npm@latest yo grunt-cli generator-reveal
npm
install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment