mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2024-05-15 15:01
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
- name: Install nodejs tools
|
||||
npm: name={{ item }} global=True
|
||||
loop:
|
||||
- yarn
|
||||
- sfnt2woff
|
||||
tags: penpot
|
||||
|
||||
@@ -46,6 +45,15 @@
|
||||
command: ./scripts/build
|
||||
args:
|
||||
chdir: "{{ penpot_root_dir }}/tmp/penpot-{{ penpot_version }}/backend"
|
||||
environment:
|
||||
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
|
||||
args:
|
||||
chdir: "{{ penpot_root_dir }}/tmp/penpot-{{ penpot_version }}/frontend"
|
||||
|
||||
- name: Build penpot frontend
|
||||
command: ./scripts/build
|
||||
@@ -53,11 +61,14 @@
|
||||
chdir: "{{ penpot_root_dir }}/tmp/penpot-{{ penpot_version }}/frontend"
|
||||
environment:
|
||||
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: Build penpot exporter
|
||||
command: ./scripts/build
|
||||
args:
|
||||
chdir: "{{ penpot_root_dir }}/tmp/penpot-{{ penpot_version }}/exporter"
|
||||
environment:
|
||||
PATH: "/usr/lib/jvm/java-21/bin:/opt/penpot/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin"
|
||||
|
||||
- name: Install penpot exporter dependencies
|
||||
command: yarn install
|
||||
|
Reference in New Issue
Block a user