Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EWPP-4818: Add temporary location for political leader rdf file. #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 4 additions & 18 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,13 @@ pipeline:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker ps
- docker build -t openeuropa/triple-store-dev .

# Deploy image to Docker Hub.
publish-docker-image-tag:
image: registry.fpfis.eu/drone-plugins/docker
privileged: true
repo: openeuropa/triple-store-dev
dockerfile: Dockerfile
tags:
- latest
- ${DRONE_TAG}
secrets: [ DOCKER_USERNAME, DOCKER_PASSWORD ]
when:
event: [ tag ]
branch: master
- docker build -t sergepavle/triple-store-dev .

# Deploy image to Gitlab.
publish-docker-image-tag-gitlab:
image: registry.fpfis.eu/drone-plugins/docker
privileged: true
repo: registry.fpfis.eu/openeuropa/triple-store-dev
repo: registry.fpfis.eu/sergepavle/triple-store-dev
dockerfile: Dockerfile
tags:
- latest
Expand All @@ -51,5 +37,5 @@ pipeline:
- source: GITLAB_PASSWORD
target: DOCKER_PASSWORD
when:
event: [ tag ]
branch: master
event: [ push, tag ]
branch: EWPP-4818
5 changes: 3 additions & 2 deletions robo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ data:

- name: "political-leader"
graph: "http://publications.europa.eu/resource/dataset/political-leader"
url: "http://publications.europa.eu/resource/cellar/0cf5b20b-28d8-11ef-9290-01aa75ed71a1.0001.01/DOC_1"
format: "rdf"
url: "http://files.fpfis.tech.ec.europa.eu/index.php/s/AP7p6fPSs5Dk8Hs/download/political-leader-skos-ap-eu.zip"
file: "political-leader-skos-ap-eu.rdf"
format: "zip"

- name: "position-grade"
graph: "http://publications.europa.eu/resource/dataset/position-grade"
Expand Down