Skip to content

Commit

Permalink
pkg: Link stable releases using relative symlinks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenden committed Dec 9, 2018
1 parent 767d268 commit 5ad3165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pipelines/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
{% set prefix = "{{ www }}/{{ artifacts }}" %}
mkdir -p {{ prefix }}/stable
chmod 777 {{ prefix }}/stable
ln -sfnd {{ prefix }}/development/{{ commit_id }} {{ prefix }}/stable/{{ exact_tag }}
( cd {{ prefix }}/stable && ln -sfnd ../development/{{ commit_id }} {{ branch }} )
when: "exact_tag | trim | count > 0"

- name: Deploying stable package manifest
Expand Down

0 comments on commit 5ad3165

Please sign in to comment.