Commit 28c763da authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix CI

parent 30c97a83
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
run: | run: |
apt-get update && apt-get -y install eepm apt-get update && apt-get -y install eepm
epm update epm update
epm --auto install etersoft-build-utils rpm-build-intro su sudo epm --auto install etersoft-build-utils rpm-build-intro su sudo gear
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
...@@ -23,9 +23,9 @@ epm print info ...@@ -23,9 +23,9 @@ epm print info
epm update epm update
epm upgrade $EPMPKGFILE epm --auto upgrade $EPMPKGFILE
epm downgrade $EPMPKGFILE epm --auto downgrade $EPMPKGFILE
for i in $TESTPKG1 $TESTPKG2 ; do for i in $TESTPKG1 $TESTPKG2 ; do
epm --auto remove $i epm --auto remove $i
...@@ -69,10 +69,10 @@ restore_epm ...@@ -69,10 +69,10 @@ restore_epm
epm checkpkg eepm epm checkpkg eepm
epm upgrade eepm epm --auto upgrade eepm
restore_epm || : restore_epm || :
epm downgrade eepm epm --auto downgrade eepm
restore_epm || : restore_epm || :
epm clean epm clean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment