Skip to content

Commit

Permalink
fix tool.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gatblau committed May 8, 2019
1 parent b6f0c10 commit 75f7d8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/roles/pre-build/files/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dev
1.3.0
2 changes: 1 addition & 1 deletion build/roles/scalaide/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
copy: no

- name: Renaming Scala IDE folder
command: "rm -rf /usr/local/scalaide; mv /usr/local/eclipse /usr/local/scalaide"
command: "mv /usr/local/eclipse /usr/local/scalaide"

- name: Creating the Applications folder
file:
Expand Down
2 changes: 1 addition & 1 deletion build/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- desktop-background
- xscreensaver
- node-js
# - oracle-jdk-12
- oracle-jdk-12
- open-jdk-12
- docker
- python
Expand Down
2 changes: 1 addition & 1 deletion build/tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
when: zip_has_folder == false

- name: Checking {{tool_name|capitalize}} folder name, in case it does not contain version number
command: "rm -rf /usr/local/{{tool_name|lower}}/{{folder_name|lower}}; mv /usr/local/{{tool_name|lower}}/{{tool_name|lower}} /usr/local/{{tool_name|lower}}/{{folder_name|lower}}"
command: "mv /usr/local/{{ tool_name|lower }}/{{ tool_name|lower }} /usr/local/{{ tool_name|lower }}/{{ folder_name|lower }}"
when: add_version_to_folder == true

- name: Changing group ownership to the user {{user}}
Expand Down

0 comments on commit 75f7d8c

Please sign in to comment.