Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oetzit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
commul
oetzit
Commits
d92abb37
Commit
d92abb37
authored
3 years ago
by
Paolo.Brasolin
Committed by
Paolo.Brasolin
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: sketch .gitlab-ci.yml file
parent
277debf1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+32
-0
32 additions, 0 deletions
.gitlab-ci.yml
frontend/src/js/main.js
+1
-1
1 addition, 1 deletion
frontend/src/js/main.js
with
33 additions
and
1 deletion
.gitlab-ci.yml
0 → 100644
+
32
−
0
View file @
d92abb37
image
:
node:16-alpine
stages
:
-
setup
be-setup-job
:
stage
:
setup
cache
:
-
key
:
files
:
-
backend/package-lock.json
paths
:
-
backend/node_modules
script
:
# TODO: drop python once we stop using sqlite3 in CI (soon, please)
-
apk add --update python2 build-base
-
cd backend
-
npm install
-
echo Success!
fe-setup-job
:
stage
:
setup
cache
:
-
key
:
files
:
-
frontend/package-lock.json
paths
:
-
frontend/node_modules
script
:
-
cd frontend
-
npm install
-
echo Success!
This diff is collapsed.
Click to expand it.
frontend/src/js/main.js
+
1
−
1
View file @
d92abb37
...
...
@@ -87,7 +87,7 @@ function preload() {
}
// window.OetziWordsSiteUrlPrefix = "http://localhost:8080/oetzi_words/" //use this to develop
window
.
OetziWordsSiteUrlPrefix
=
""
;
// use this to deploy
window
.
OetziWordsSiteUrlPrefix
=
"
http://localhost:8080/
"
;
// use this to deploy
let
gameRunning
=
false
;
let
player
;
...
...
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