Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit b7ed458

Browse files
committed
added job guards, fixed pages job
1 parent d485679 commit b7ed458

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ Build backend:
9090
- docker push $CI_REGISTRY_IMAGE/backend:latest
9191
after_script:
9292
- echo "Build backend complete"
93+
only:
94+
changes:
95+
- backend/**/*
96+
- quasar/**/*
9397

9498
# gitlab-runner exec docker "e2e cypress tests without docker-compose"
9599
e2e: &cypress
@@ -125,6 +129,10 @@ e2e: &cypress
125129
- backend/cypress/screenshots/
126130
expire_in: 2 days
127131
retry: 2
132+
only:
133+
changes:
134+
- backend/**/*
135+
- quasar/**/*
128136

129137
# use this test with gitlab-runner locally
130138
.e2e-local:

documentation/docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
title: "Verbose Equals True",
33
base: "/django-postgres-vue-gitlab-ecs/",
44
port: 8080,
5-
dest: "public",
5+
dest: "../public",
66
plugins: {
77
"@vuepress/google-analytics": {
88
ga: "UA-131443776-1"

0 commit comments

Comments
 (0)