Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-workflow
Commits
f1eff86e
Commit
f1eff86e
authored
2 years ago
by
Amit Sharma
Browse files
Options
Download
Patches
Plain Diff
Script Fix
parent
ff799fc1
main
dev
feat/centro
feature/formlistapi
fix/remove-forms
revert-67-contributeByGitpod
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitpod.yml
+1
-1
.gitpod.yml
packages/enketo-express/update-config.sh
+2
-1
packages/enketo-express/update-config.sh
with
3 additions
and
2 deletions
+3
-2
.gitpod.yml
+
1
−
1
View file @
f1eff86e
...
...
@@ -4,8 +4,8 @@ tasks:
init
:
|
bash install-node.sh
nvm use 14
cd packages/enketo-express && pnpm i && pnpm i -g grunt
bash update-config.sh
pnpm i && pnpm i -g grunt
gp sync-done setup
command
:
|
grunt develop
...
...
This diff is collapsed.
Click to expand it.
update-config.sh
→
packages/enketo-express/
update-config.sh
+
2
−
1
View file @
f1eff86e
#!/bin/bash
cd
packages/enketo-express/config
cd
./config
formManagerBaseURI
=
${
GITPOD_WORKSPACE_URL
:8
}
echo
"
$(
jq
'."formManagerBaseURI" = "'
"https://3006-
$formManagerBaseURI
"
'"'
default-config.json
)
"
>
default-config.json
cd
..
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets