Skip to content

Commit

Permalink
another fix for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanYarotsky committed Dec 24, 2023
1 parent 4fe3610 commit c6579c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main_planningbackend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
sed -i 's/openssl_conf = openssl_init/#openssl_conf = openssl_init/g' /tmp/openssl.cnf
cat /tmp/openssl.cnf >/etc/ssl/openssl.cnf
- name: Fix SSL bug
run: sed -i 's/openssl_conf = openssl_init/#openssl_conf = openssl_init/g' /etc/ssl/openssl.cnf

- name: Start SQL Server
run: docker-compose -f docker-compose.db.yml up -d

Expand Down

0 comments on commit c6579c3

Please sign in to comment.