Commit 016d683

mo khan <mo.khan@gmail.com>
2019-09-02 16:55:55
include pdfs in docs dir
1 parent 6fbb012
.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:
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',
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/).