Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Commits
ec8c6ff9
Commit
ec8c6ff9
authored
6 years ago
by
Carrie A Brown
Browse files
Options
Downloads
Patches
Plain Diff
fixed .gitlab-ci.yml errors
parent
a6689952
No related branches found
No related tags found
1 merge request
!59
Globus edits
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
ec8c6ff9
...
...
@@ -18,7 +18,7 @@ test:
before_script
:
-
curl -L -o - ${HUGO_TARBALL} | tar -zxv -C /usr/local/bin
script
:
-
hugo
--ignoreCache
-v
-
hugo -v
deploy
:
stage
:
deploy
...
...
@@ -30,6 +30,6 @@ deploy:
tags
:
-
docs-test
script
:
-
hugo
--ignoreCache
-b ${BASE_URL} -v
-
hugo -b ${BASE_URL} -v
-
pandoc -s content/facilities.md -o public/facilities.docx
-
rsync -avz --delete public/ $DEPLOY_ROOT
This diff is collapsed.
Click to expand it.
Adam Caprez
@acaprez2
mentioned in commit
5341ac4c
·
6 years ago
mentioned in commit
5341ac4c
mentioned in commit 5341ac4c99ec5d8c8d9609d96c4c5dfaa9e0d0c8
Toggle commit list
Adam Caprez
@acaprez2
mentioned in merge request
!63 (merged)
·
6 years ago
mentioned in merge request
!63 (merged)
mentioned in merge request !63
Toggle commit list
Adam Caprez
@acaprez2
mentioned in commit
278a6e66
·
6 years ago
mentioned in commit
278a6e66
mentioned in commit 278a6e6658b3f9133f2ec3bebf680048bb9b3051
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment