dev: work on action

This commit is contained in:
Adam
2023-10-10 07:56:55 +00:00
parent 45a92e5b81
commit e58a777bdd
+7 -2
View File
@@ -217,27 +217,32 @@ runs:
env:
SEARCH: ${{ inputs.search }}
run: |
export DEN="$(dirname $(pwd))/warden/bin/warden"
echo "==================================================="
docker ps -a
${DEN} env exec -T php-fpm bash -c "curl --write-out %{http_code} --silent --output /dev/null http://elasticsearch:9200/_cat/health?h=st"
sleep 10
echo "==================================================="
docker ps -a
${DEN} env exec -T php-fpm bash -c "curl --write-out %{http_code} --silent --output /dev/null http://elasticsearch:9200/_cat/health?h=st"
sleep 10
echo "==================================================="
docker ps -a
${DEN} env exec -T php-fpm bash -c "curl --write-out %{http_code} --silent --output /dev/null http://elasticsearch:9200/_cat/health?h=st"
sleep 10
echo "==================================================="
docker ps -a
${DEN} env exec -T php-fpm bash -c "curl --write-out %{http_code} --silent --output /dev/null http://elasticsearch:9200/_cat/health?h=st"
sleep 10
echo "==================================================="
docker ps -a
${DEN} env exec -T php-fpm bash -c "curl --write-out %{http_code} --silent --output /dev/null http://elasticsearch:9200/_cat/health?h=st"
sleep 10
echo "==================================================="
docker ps -a
sleep 10
${DEN} env exec -T php-fpm bash -c "curl --write-out %{http_code} --silent --output /dev/null http://elasticsearch:9200/_cat/health?h=st"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
export DEN="$(dirname $(pwd))/warden/bin/warden"
${DEN} env exec -T php-fpm bash -c "curl --write-out %{http_code} --silent --output /dev/null http://elasticsearch:9200/_cat/health?h=st"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"