Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS320
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LARA
CS320
Commits
bde24bce
Commit
bde24bce
authored
3 years ago
by
Rodrigo Raya
Browse files
Options
Downloads
Patches
Plain Diff
Update grading-gitlab-ci.yml
parent
9fc5450e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grading-gitlab-ci.yml
+2
-18
2 additions, 18 deletions
grading-gitlab-ci.yml
with
2 additions
and
18 deletions
grading-gitlab-ci.yml
+
2
−
18
View file @
bde24bce
...
...
@@ -21,21 +21,13 @@ compile:
except
:
-
tags
-
master
-
exercise-1
-
exercise-2
-
exercise-3
-
exercise-4
-
exercise-5
-
exercise-6
-
exercise-7
-
exercise-8
script
:
-
sbt packageSubmission
# Output of this job that needs to be stored to be reused in the grade job below
artifacts
:
expire_in
:
1 day
paths
:
-
submission
.jar
-
binaries
.jar
grade
:
stage
:
grade
...
...
@@ -43,14 +35,6 @@ grade:
except
:
-
tags
-
master
-
exercise-1
-
exercise-2
-
exercise-3
-
exercise-4
-
exercise-5
-
exercise-6
-
exercise-7
-
exercise-8
tags
:
-
cs320
image
:
...
...
@@ -59,7 +43,7 @@ grade:
allow_failure
:
true
before_script
:
-
mkdir -p /shared/submission/
-
cp
submission
.jar /shared/submission/
submission
.jar
-
cp
binaries
.jar /shared/submission/
binaries
.jar
script
:
-
cd /grader
-
/grader/grade
...
...
This diff is collapsed.
Click to expand it.
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