summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-09-02 10:55:55 -0600
committermo khan <mo.khan@gmail.com>2019-09-02 10:55:55 -0600
commit016d683da8d6a5758b4b9d4dcb59fe659f352990 (patch)
tree2404542f3f5e0145d05749f0f6c42ee0aea297ca
parent6fbb0124de839147705bb6d78b42d0862d53660c (diff)
include pdfs in docs dir
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--README.md5
-rw-r--r--Rakefile2
3 files changed, 5 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 555804c..d107da7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ build-image:
- docker build . -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
-mvn:
+verify:
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
stage: test
script:
diff --git a/README.md b/README.md
index 7e22f73..5095f5b 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,9 @@ Assignment #1
Name: Mo Khan
Student ID: 3431709
-This project uses `maven` as the primary build tool. `rake` is used as a
-secondary build tool to drive the `mvn` goals.
+This project uses [maven](https://maven.apache.org) as the primary build tool.
+[rake](https://github.com/ruby/rake) is used as a
+secondary build tool to drive the [maven](https://maven.apache.org) goals.
Instructions on how to install `maven` can be found [here](https://maven.apache.org/).
diff --git a/Rakefile b/Rakefile
index 08ed221..e9c6006 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ Rake::PackageTask.new("comp-268-2", DateTime.now.strftime("%y%m").to_i) do |pack
'Gemfile*',
'README.*',
'Rakefile',
- 'doc',
+ 'doc/*.pdf',
'package.json',
'pom.xml',
'src/**/*.java',