mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 07:09:42 +02:00
Update to 2024-07-16 12:00
This commit is contained in:
@@ -52,6 +52,10 @@
|
||||
shell: |
|
||||
corepack enable
|
||||
yarn set version 4.0.2
|
||||
{% if system_proxy is defined and system_proxy != '' %}
|
||||
yarn config set httpProxy {{ system_proxy }}
|
||||
yarn config set httpsProxy {{ system_proxy }}
|
||||
{% endif %}
|
||||
args:
|
||||
chdir: "{{ penpot_root_dir }}/tmp/penpot-{{ penpot_version }}/frontend"
|
||||
|
||||
@@ -63,6 +67,17 @@
|
||||
CURRENT_HASH: "{{ penpot_version }}"
|
||||
PATH: "/usr/lib/jvm/java-21/bin:/opt/penpot/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin"
|
||||
|
||||
- name: Install yarn
|
||||
shell: |
|
||||
corepack enable
|
||||
yarn set version 4.0.2
|
||||
{% if system_proxy is defined and system_proxy != '' %}
|
||||
yarn config set httpProxy {{ system_proxy }}
|
||||
yarn config set httpsProxy {{ system_proxy }}
|
||||
{% endif %}
|
||||
args:
|
||||
chdir: "{{ penpot_root_dir }}/tmp/penpot-{{ penpot_version }}/exporter"
|
||||
|
||||
- name: Build penpot exporter
|
||||
command: ./scripts/build
|
||||
args:
|
||||
|
Reference in New Issue
Block a user