Skip to content
Snippets Groups Projects
Commit 95d5f110 authored by viscapi's avatar viscapi
Browse files

chore: reverted .gitlab-ci.yml to a known working state

parent 5268d3dd
No related branches found
Tags v1.14.3
No related merge requests found
......@@ -147,8 +147,6 @@ semantic_release:
deploy_rpm:dev:
stage: deploy_rpm
variables:
lasttag=$(git describe --tags --abbrev=0)
only:
refs:
- master
......@@ -156,7 +154,7 @@ deploy_rpm:dev:
- $CI_COMMIT_MESSAGE =~ /feat|fix|perf/
before_script:
- rpmdev-setuptree
#- export lasttag=`git describe --tags --abbrev=0`
- export lasttag=`git describe --tags --abbrev=0`
- wget -O ~/rpmbuild/SOURCES/${CI_PROJECT_NAME}-${lasttag}.tar.gz ${CI_SERVER_PROTOCOL}://${CI_SERVER_HOST}/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}/-/archive/${lasttag}/${CI_PROJECT_NAME}-${lasttag}.tar.gz
script:
- rpmbuild -bb --define "debug_package %{nil}" rpm/vitamui-front-pastis/rpmbuild/SPECS/vitamui-front-pastis.spec
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment