Skip to content

Commit 784e5c5

Browse files
fix: revert failing tasks
1 parent 5ff5012 commit 784e5c5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

playbooks/roles/edxapp/defaults/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,8 +1135,6 @@ edxapp_npm_bin: "{{ edxapp_npm_dir }}/bin"
11351135
edxapp_settings: '{{ EDXAPP_SETTINGS }}'
11361136
EDXAPP_NODE_VERSION: "20"
11371137
EDXAPP_NPM_VERSION: "10.7.0"
1138-
NPM_ALIASES:
1139-
"@edx/brand": "npm:@edx/brand-edx.org@^2.1.3"
11401138
# This is where node installs modules, not node itself
11411139
edxapp_node_bin: "{{ edxapp_code_dir }}/node_modules/.bin"
11421140
edxapp_user: edxapp

playbooks/roles/edxapp/tasks/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@
314314
- install
315315
- install:app-requirements
316316

317-
- name: Install NPM aliases
318317
shell: >
319318
npm install {{ item.key }}@{{ item.value }} --no-save
320319
args:

0 commit comments

Comments
 (0)