mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
dev: work on action
This commit is contained in:
@@ -237,9 +237,12 @@ runs:
|
|||||||
sleep 10
|
sleep 10
|
||||||
|
|
||||||
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
||||||
curl http://mageos-elasticsearch-1:9200/_cat/health?h=st || true
|
export DEN="$(dirname $(pwd))/warden/bin/warden"
|
||||||
|
${DEN} env exec -T php-fpm bash -c "curl http://elasticsearch:9200/_cat/health?h=st"
|
||||||
|
|
||||||
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
||||||
curl --write-out %{http_code} --silent --output /dev/null http://mageos-elasticsearch-1:9200/_cat/health?h=st
|
|
||||||
|
# curl --write-out %{http_code} --silent --output /dev/null http://mageos-elasticsearch-1:9200/_cat/health?h=st
|
||||||
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
||||||
# export DEN="$(dirname $(pwd))/warden/bin/warden"
|
# export DEN="$(dirname $(pwd))/warden/bin/warden"
|
||||||
# case "${SEARCH}" in
|
# case "${SEARCH}" in
|
||||||
|
|||||||
Reference in New Issue
Block a user