Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
curry
pakcs
Commits
25dac786
Verified
Commit
25dac786
authored
Feb 08, 2021
by
Bennet Bleßmann
❔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use variable for path prefix
parent
c65fb24d
Pipeline
#1437
passed with stages
in 65 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
ci/update_version.sh
ci/update_version.sh
+6
-3
No files found.
ci/update_version.sh
View file @
25dac786
...
...
@@ -10,9 +10,12 @@ function init() {
VERSION
=
"
${
BUILD_PAKCS_VERSION
}
"
VERSION_FILE
=
"./curry-lang.org/data/versions/pakcs/v
${
VERSION
}
.version"
NIGHTLY_FILE
=
./curry-lang.org/data/versions/pakcs/latest-nighly.version
LATEST_FILE
=
./curry-lang.org/data/versions/pakcs/latest.version
# the path to the folder where the pakcs version files will be created/updated
VERSION_FOLDER_PATH
=
./curry-lang.org/data/versions/pakcs
VERSION_FILE
=
"
${
VERSION_FOLDER_PATH
}
/v
${
VERSION
}
.version"
NIGHTLY_FILE
=
"
${
VERSION_FOLDER_PATH
}
/latest-nighly.version"
LATEST_FILE
=
"
${
VERSION_FOLDER_PATH
}
/latest.version"
# configure git (user)name and email
git config user.name
"
${
CURRY_LANG_USER
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment