Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DAACDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Syed Bilal Raees
DAACDemo
Commits
000d7069
Commit
000d7069
authored
Apr 04, 2023
by
Waqas Riaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
50629c14
Pipeline
#4028
failed with stages
in 14 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
000d7069
...
...
@@ -37,14 +37,14 @@ build_job:
deploy_job
:
stage
:
deploy
script
:
-
export version=$(
cat version.txt
)
-
export version=$(
echo "$(cat version.txt) + 0.1" | bc
)
-
export ARTIFACT_URL="https://absgraffana.jfrog.io/artifactory/grafonet/$version/grafonnet.tar.gz"
-
mkdir -p build/$CI_BUILD_ID
-
cd build/$CI_BUILD_ID
#curl -o "https://absgraffana.jfrog.io/ui/native/grafonet/2.8" -X GET -H "Content-Type
:
application/json" -vvv --output test.tar
#curl -u $ARTIFACTORY_USER:$ARTIFACTORY_PASS -X GET -oL "/https://absgraffana.jfrog.io/ui/native/grafonet/2.8/" -H 'Content-Type:application/json'
#curl -u $ARTIFACTORY_USER:$ARTIFACTORY_PASS "https://absgraffana.jfrog.io/artifactory/graffonet/2.8/grafonnet.tar.gz" -XPOST -T grafonnet.tar.gz -vvv --output grafonnet.tar.gz
-
curl -O -u $ARTIFACTORY_U
SER:$ARTIFACTORY_PASS https://absgraffana.jfrog.io/artifactory/grafonet/$version/grafonnet.tar.gz
-
curl -O -u $ARTIFACTORY_U
RL
-
ls -larth
-
pwd
-
printenv
...
...
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