#1268 [release-monitoring] Use the correct folder for pushd
Merged a year ago by zlopez. Opened a year ago by zlopez.
fedora-infra/ zlopez/ansible anitya_build_update  into  main

@@ -72,7 +72,7 @@ 

                  pip-3 uninstall -y anitya && \

  {% if env == 'staging' %}

                  # Install javascript dependencies

-                 pushd static && \

+                 pushd anitya/static && \

                  npm install && \

                  popd && \

  {% else %}

My mistake, let's fix this.

Signed-off-by: Michal Konečný mkonecny@redhat.com

Build succeeded.

Pull-Request has been merged by zlopez

a year ago